MCPcopy Index your code
hub / github.com/Monibuca/engine / String

Method String

stream.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24type StreamAction byte
25
26func (s StreamState) String() string {
27 return StateNames[s]
28}
29func (s StreamAction) String() string {
30 return ActionNames[s]
31}

Callers 15

actionMethod · 0.95
FeedMethod · 0.45
API_stop_subscribeMethod · 0.45
OnEventMethod · 0.45
authMethod · 0.45
receiveMethod · 0.45
findOrCreateStreamFunction · 0.45
runMethod · 0.45
logHandlerMethod · 0.45
handleMethod · 0.45
SubscribeExistMethod · 0.45
PullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected