Skip to content

Commit

Permalink
Add stubs for stableGrow and stableGrow64
Browse files Browse the repository at this point in the history
  • Loading branch information
dansteren committed Oct 2, 2023
1 parent 9474079 commit a536f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib_new/ic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,11 @@ export const ic: Ic = globalThis._azleIc
replyRaw: () => {},
setCertifiedData: () => {},
stableBytes: () => {},
stableGrow: () => {},
stableRead: () => {},
stableSize: () => {},
stableWrite: () => {},
stable64Grow: () => {},
stable64Read: () => {},
stable64Size: () => {},
stable64Write: () => {},
Expand Down

0 comments on commit a536f4c

Please sign in to comment.