MCPcopy
hub / github.com/ever-co/ever-demand / get

Method get

packages/core/src/@pyro/db-server/i-db-service.ts:25–25  ·  view source on GitHub ↗
(objectId: string)

Source from the content-addressed store, hash-verified

23 removeAll(): Promise<void>;
24
25 get(objectId: string): Observable<T | null>;
26
27 getCurrent(objectId: string): Promise<T | null>;
28

Callers 15

bootstrapNestFunction · 0.65
main.tsFile · 0.65
validateUserMethod · 0.65
_startExpressMethod · 0.65
_setupStaticRoutesMethod · 0.65
_setupAuthRoutesMethod · 0.65
getPlaceholderMethod · 0.65
getMethod · 0.65
getAboutUsMethod · 0.65
getTermsOfUseMethod · 0.65
getPrivacyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected