Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ getExtensions
Method
getExtensions
src/controller/extension-manager.ts:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
getExtensions() {
103
return
Object.values(this.#extensions);
104
}
105
}
106
107
export
default
new
ExtensionManager;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected