MCPcopy
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
18func (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
26type Property int
27

Callers 2

compileMethod · 0.80
compileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected