Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RTByte/rtbyte
/ getPath
Method
getPath
src/commands/Admin/conf.js:62–70 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
60
}
61
62
getPath(key) {
63
const
{ schema } = this.client.gateways.get(
'guilds'
);
64
if
(!key)
return
schema;
65
try {
66
return
schema.get(key);
67
} catch (__) {
68
return
undefined;
69
}
70
}
71
72
};
Callers
2
show
Method · 0.80
show
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected