Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ apiText
Function
apiText
src/Data/Common.js:32–34 ·
view source on GitHub ↗
(path, options)
Source
from the content-addressed store, hash-verified
30
}
31
32
export
async
function
apiText(path, options) {
33
return
(
await
apiRequest(path, options)).text();
34
}
35
36
export
async
function
emptyCache() {
37
await
clearDataCache();
Callers
1
getAvatar
Function · 0.90
Calls
1
apiRequest
Function · 0.85
Tested by
no test coverage detected