MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / memoryStorage

Method memoryStorage

server/src/multer.d.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 interface MulterFactory {
36 (options?: MulterOptions): MulterInstance;
37 memoryStorage(): unknown;
38 MulterError: new (message?: string) => MulterError;
39 }
40

Callers 4

portraits.tsFile · 0.80
committees.tsFile · 0.80
brand-logos.tsFile · 0.80
createContentRouterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected