Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lmorg/murex
/ CommandName
Method
CommandName
lang/expressions/functions/function.go:18–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(fn FunctionT) CommandName() []rune {
19
name := fn.Command
20
if
len(name) > 0 && name[len(name)-1] ==
':'
{
21
name = name[:len(name)-1]
22
}
23
return
name
24
}
25
26
type
Property int
27
Callers
2
compile
Method · 0.80
compile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected