Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Streamerbot/client
/ fetchGlobal
Function
fetchGlobal
examples/nodejs/index.js:63–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
});
62
63
async
function
fetchGlobal() {
64
try {
65
const
test =
await
client.getGlobal(
'test'
);
66
} catch (e) {
67
pinoLogger.error(
'Error fetching global:'
, e);
68
}
69
}
70
71
async
function
testDoAction() {
72
try {
Callers
1
index.js
File · 0.85
Calls
2
getGlobal
Method · 0.80
error
Method · 0.80
Tested by
no test coverage detected