MCPcopy Index your code
hub / github.com/ankorstore/yokai / String

Method String

fxhttpserver/enum.go:13–24  ·  view source on GitHub ↗

String returns a string representation of a [MiddlewareKind].

()

Source from the content-addressed store, hash-verified

11
12// String returns a string representation of a [MiddlewareKind].
13func (k MiddlewareKind) String() string {
14 switch k {
15 case GlobalUse:
16 return "global-use"
17 case GlobalPre:
18 return "global-pre"
19 case Attached:
20 return "attached"
21 default:
22 return "global-use"
23 }
24}

Callers 15

TestMCPServerModuleFunction · 0.45
ProvideMethod · 0.45
GenerateMethod · 0.45
HandleMethod · 0.45
GenerateMethod · 0.45
HandleMethod · 0.45
GenerateMethod · 0.45
HandleMethod · 0.45
NewFxCoreModuleInfoFunction · 0.45

Calls

no outgoing calls