MCPcopy
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

33let modules = requirePlugins();
34
35function getId(plugins_: any) {
36 return JSON.stringify(plugins_);
37}
38
39const watchers: Function[] = [];
40

Callers 1

plugins.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected