Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
232
export
function
extractCredentialSetId(value: string): string {
233
return
value.slice(CREDENTIAL_SET.PREFIX.length)
234
}
235
236
export
const
MEMORY = {
237
DEFAULT_SLIDING_WINDOW_SIZE: 10,
Callers
1
route.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected