MCPcopy Create free account
hub / github.com/egonelbre/exp / Assign

Method Assign

fields/03_compose/fields.go:9–9  ·  view source on GitHub ↗
(typ string, value interface{})

Source from the content-addressed store, hash-verified

7type Field interface {
8 Name() string
9 Assign(typ string, value interface{}) error
10}
11
12type Float struct {

Callers 5

mainFunction · 0.65
DecodeMethod · 0.65
mainFunction · 0.65
DecodeMethod · 0.65
ScanMethod · 0.65

Implementers 2

Floatfields/03_compose/fields.go
Uintfields/03_compose/fields.go

Calls

no outgoing calls

Tested by

no test coverage detected