MCPcopy Create free account
hub / github.com/Binject/universal / Loader

Struct Loader

universal.go:11–13  ·  view source on GitHub ↗

Loader - keeps track of

Source from the content-addressed store, hash-verified

9
10// Loader - keeps track of
11type Loader struct {
12 Libraries []*Library
13}
14
15// NewLoader - returns a new instance of a Loader
16func NewLoader() (*Loader, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected