MCPcopy Index your code
hub / github.com/simstudioai/sim / extractCredentialSetId

Function extractCredentialSetId

apps/sim/executor/constants.ts:232–234  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

230}
231
232export function extractCredentialSetId(value: string): string {
233 return value.slice(CREDENTIAL_SET.PREFIX.length)
234}
235
236export const MEMORY = {
237 DEFAULT_SLIDING_WINDOW_SIZE: 10,

Callers 1

route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected