Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ programDescCacheKey
Function
programDescCacheKey
src/Data/ProgramData.js:285–287 ·
view source on GitHub ↗
(programId)
Source
from the content-addressed store, hash-verified
283
}
284
285
function
programDescCacheKey(programId) {
286
return
`${programId}-Desc`;
287
}
288
289
function
programIdFromDescCacheKey(key) {
290
return
key.slice(0, -
"-Desc"
.length);
Callers
2
getProgramDescs
Function · 0.85
setProgramDesc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected