Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ registerModules
Function
registerModules
client/web/src/plugin/loader.ts:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
function
registerModules() {
27
regSharedModule(
'@capital/common'
, () =>
import
(
'./common/index'
));
28
regSharedModule(
'@capital/component'
, () =>
import
(
'./component/index'
));
29
}
Callers
1
initPlugins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected