MCPcopy Create free account
hub / github.com/MagicCube/agentara / bootstrap

Method bootstrap

src/boot-loader/boot-loader.ts:23–26  ·  view source on GitHub ↗

* Bootstraps the application by verifying the integrity and then igniting the kernel.

()

Source from the content-addressed store, hash-verified

21 * Bootstraps the application by verifying the integrity and then igniting the kernel.
22 */
23 public async bootstrap(): Promise<void> {
24 await this._verifyIntegrity();
25 await this._igniteKernel();
26 }
27
28 private async _verifyIntegrity(): Promise<void> {
29 if (!existsSync(config.paths.home)) {

Callers 1

index.tsFile · 0.80

Calls 2

_verifyIntegrityMethod · 0.95
_igniteKernelMethod · 0.95

Tested by

no test coverage detected