MCPcopy
hub / github.com/wavetermdev/waveterm / MakeORef

Function MakeORef

pkg/waveobj/waveobj.go:71–76  ·  view source on GitHub ↗
(otype string, oid string)

Source from the content-addressed store, hash-verified

69}
70
71func MakeORef(otype string, oid string) ORef {
72 return ORef{
73 OType: otype,
74 OID: oid,
75 }
76}
77
78var otypeRe = regexp.MustCompile(`^[a-z]+$`)
79

Callers 15

StartBuilderCommandMethod · 0.92
DBResolveEasyOIDFunction · 0.92
publishStatusMethod · 0.92
publishOutputLineMethod · 0.92
handleAppendJobFileFunction · 0.92
AttachJobToBlockFunction · 0.92
DetachJobFromBlockFunction · 0.92
resetTerminalStateFunction · 0.92
SendUpdateEventsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected