MCPcopy
hub / github.com/logto-io/logto / findById

Method findById

packages/core/src/utils/SchemaQueries.ts:72–74  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

70 }
71
72 async findById(id: string): Promise<Readonly<Schema>> {
73 return this.#findById(id);
74 }
75
76 async findByIds(ids: string[]): Promise<readonly Schema[]> {
77 return this.#findByIds(ids);

Callers 11

getSsoConnectorByIdFunction · 0.45
insertMethod · 0.45
updateStatusMethod · 0.45
getOrganizationOverrideFunction · 0.45
addRelationRoutesMethod · 0.45
#addRoutesMethod · 0.45
emailTemplateRoutesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected