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

Function String

spec/soap/basic.go:43–48  ·  view source on GitHub ↗
(name string, value *string)

Source from the content-addressed store, hash-verified

41}
42
43func String(name string, value *string) Spec {
44 return &StringSpec{
45 Name: name,
46 Value: value,
47 }
48}
49
50func (spec *StringSpec) Spec() Spec { return spec }
51

Callers 4

SpecMethod · 0.92
constructorMethod · 0.85
constructorMethod · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected