MCPcopy Create free account
hub / github.com/babycommando/nightride-cli / dispatchTarget

Function dispatchTarget

zuse.go:1087–1092  ·  view source on GitHub ↗
(s *serverEntry, target string)

Source from the content-addressed store, hash-verified

1085}
1086
1087func dispatchTarget(s *serverEntry, target string) string {
1088 if strings.HasPrefix(target, "#") {
1089 return target
1090 }
1091 return "_sys"
1092}
1093
1094func (m ircModel) addListItem(it serverEntry) ircModel {
1095 var items []list.Item

Callers 1

connectServerCmdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected