MCPcopy Create free account
hub / github.com/code-scan/Goal / SetType

Method SetType

Gsensor/Quake.go:48–50  ·  view source on GitHub ↗
(Type string)

Source from the content-addressed store, hash-verified

46 return "QuakeImpl ver 0.1 with " + s.Type
47}
48func (s *Quake) SetType(Type string) {
49 s.Type = Type
50}
51func (s *Quake) SetDomain(domain string) {
52 s.Domain = domain
53}

Callers 1

TestQuakeFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestQuakeFunction · 0.76