Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ programIdFromDescCacheKey
Function
programIdFromDescCacheKey
src/Data/ProgramData.js:289–291 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
287
}
288
289
function
programIdFromDescCacheKey(key) {
290
return
key.slice(0, -
"-Desc"
.length);
291
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected