MCPcopy
hub / github.com/danielmiessler/Fabric / Get

Method Get

internal/plugins/db/api.go:5–5  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

3type Storage[T any] interface {
4 Configure() (err error)
5 Get(name string) (ret *T, err error)
6 GetNames() (ret []string, err error)
7 Delete(name string) (err error)
8 Exists(name string) (ret bool)

Callers 15

downloadLocaleFunction · 0.65
BuildSessionMethod · 0.65
ResolveTypeMethod · 0.65
ContentBytesMethod · 0.65
detectMimeTypeFromURLFunction · 0.65
writeAllFlagsMethod · 0.65
InitFunction · 0.65
GetMethod · 0.65

Calls

no outgoing calls