Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ecyrbe/zodios
/ build
Method
build
src/api.ts:220–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
return
this as any;
219
}
220
build(): T {
221
checkApi(this.api!);
222
return
this.api!;
223
}
224
}
225
226
/**
Callers
4
api.test.ts
File · 0.45
zodios.test.ts
File · 0.45
zod-validation.plugin.test.ts
File · 0.45
articles.ts
File · 0.45
Calls
1
checkApi
Function · 0.85
Tested by
no test coverage detected