Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
func
MakeORef(otype string, oid string) ORef {
72
return
ORef{
73
OType: otype,
74
OID: oid,
75
}
76
}
77
78
var
otypeRe = regexp.MustCompile(`^[a-z]+$`)
79
Callers
15
StartBuilderCommand
Method · 0.92
RestartBuilderAndWaitCommand
Method · 0.92
DBResolveEasyOID
Function · 0.92
publishStatus
Method · 0.92
publishOutputLine
Method · 0.92
handleAppendJobFile
Function · 0.92
AttachJobToBlock
Function · 0.92
DetachJobFromBlock
Function · 0.92
resetTerminalState
Function · 0.92
writeSessionSeparatorToTerminal
Function · 0.92
writeMutedMessageToTerminal
Function · 0.92
SendUpdateEvents
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected