Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/hyper
/ getId
Function
getId
app/plugins.ts:35–37 ·
view source on GitHub ↗
(plugins_: any)
Source
from the content-addressed store, hash-verified
33
let
modules = requirePlugins();
34
35
function
getId(plugins_: any) {
36
return
JSON.stringify(plugins_);
37
}
38
39
const
watchers: Function[] = [];
40
Callers
1
plugins.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected