Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ factory
Method
factory
worker/src/adapters/artifact.adapter.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
) {}
23
24
factory(): ArtifactServiceFactory {
25
return
(scope) => this.createScopedService(scope);
26
}
27
28
private createScopedService(scope: ArtifactScope): IArtifactService {
29
return
{
Callers
1
main
Function · 0.95
Calls
1
createScopedService
Method · 0.95
Tested by
no test coverage detected