MCPcopy
hub / github.com/redspread/spread / Build

Method Build

pkg/entity/entity.go:34–34  ·  view source on GitHub ↗

Build returns an Entity based on the implementations internal logic, Errors are returned if state is invalid.

()

Source from the content-addressed store, hash-verified

32type Builder interface {
33 // Build returns an Entity based on the implementations internal logic, Errors are returned if state is invalid.
34 Build() (Entity, error)
35}
36
37// base provides fields that are shared between all Entitys.

Callers 2

TestInputPodFunction · 0.65
TestInputRCAndPodFunction · 0.65

Implementers 2

FileInputpkg/input/dir/input.go
SpreadClicli/cli.go

Calls

no outgoing calls

Tested by 2

TestInputPodFunction · 0.52
TestInputRCAndPodFunction · 0.52