MCPcopy Create free account
hub / github.com/diillson/chatcli / String

Method String

server/security_context.go:50–52  ·  view source on GitHub ↗

String returns a human-readable representation (safe for logging).

()

Source from the content-addressed store, hash-verified

48
49// String returns a human-readable representation (safe for logging).
50func (u *UserInfo) String() string {
51 return fmt.Sprintf("user=%s tenant=%s role=%s", u.Subject, u.TenantID, u.Role)
52}
53
54type contextKey int
55

Callers 15

NewFunction · 0.45
StartMethod · 0.45
cmdStatusMethod · 0.45
cmdWatcherStatusMethod · 0.45
cmdPluginsListMethod · 0.45
cmdAgentsListMethod · 0.45
cmdSkillsListMethod · 0.45
ExecuteRemotePluginMethod · 0.45
loggingUnaryInterceptorFunction · 0.45
loggingStreamInterceptorFunction · 0.45
recoveryUnaryInterceptorFunction · 0.45

Calls

no outgoing calls

Tested by 2

GetModelNameMethod · 0.36
SendPromptMethod · 0.36