MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / assertAsync

Method assertAsync

src/monogatari.ts:1744–1746  ·  view source on GitHub ↗
(callable: (...args: unknown[]) => unknown, self: unknown = null, args: unknown[] | null = null)

Source from the content-addressed store, hash-verified

1742 }
1743
1744 static assertAsync (callable: (...args: unknown[]) => unknown, self: unknown = null, args: unknown[] | null = null): Promise<void> {
1745 return _assertAsync(this.asEngine(), callable, self, args);
1746 }
1747
1748 static next (): Promise<void> {
1749 return _next(this.asEngine());

Callers 3

applyMethod · 0.80
renderMethod · 0.80
didMountMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected