MCPcopy Create free account
hub / github.com/Snapchat/Valdi / pushModuleToMarshaller

Method pushModuleToMarshaller

valdi_core/generated-src/ts/valdi_core.ts:157–157  ·  view source on GitHub ↗

* Push the module unmarshalled using the schema in the given marshaller handle * into the marshaller.

(nativeObjectsManager: JSRuntimeNativeObjectsManager, path: any, marshallerHandle: bigint)

Source from the content-addressed store, hash-verified

155 * into the marshaller.
156 */
157 pushModuleToMarshaller(nativeObjectsManager: JSRuntimeNativeObjectsManager, path: any, marshallerHandle: bigint): number;
158 addModuleUnloadObserver(path: any, observer: any): void;
159 preloadModule(path: any, maxDepth: number): void;
160 preloadModules(paths: Array<any>, maxDepth: number): void;

Callers 6

resolveAsTypedObjectMethod · 0.65
getJsModuleWithSchemaFunction · 0.65
createFromRuntimeMethod · 0.65

Implementers 3

CppProxyvaldi_core/generated-src/java/com/snap
JSRuntimevaldi_core/generated-src/java/com/snap
JavaScriptRuntimevaldi/src/valdi/runtime/JavaScript/Jav

Calls

no outgoing calls

Tested by 1

getJsModuleWithSchemaFunction · 0.52