MCPcopy Create free account
hub / github.com/bcms/cms / getById

Method getById

client/src/handlers/entry.ts:221–247  ·  view source on GitHub ↗

* Retrieves an entry by its ID and template name or ID. * If caching is enabled and `skipCache` is not set to true, the method will attempt * to retrieve data from the cache before making a network request. * * @param {string} entryId - The ID of the entry to be retrieved. *

(
        entryId: string,
        templateIdOrName: string,
        skipCache?: boolean,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

constructorMethod · 0.95
createMethod · 0.95
updateMethod · 0.95

Calls 5

findTemplateByNameMethod · 0.95
baseUriMethod · 0.95
injectMediaSvgMethod · 0.95
findMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected