MCPcopy Create free account
hub / github.com/asternic/wuzapi / String

Method String

stdio.go:70–75  ·  view source on GitHub ↗

String returns the ID as a string for logging/display

()

Source from the content-addressed store, hash-verified

68
69// String returns the ID as a string for logging/display
70func (id ID) String() string {
71 if id.IsString {
72 return id.Str
73 }
74 return fmt.Sprintf("%d", id.Num)
75}
76
77// jsonRpcRequest represents an incoming JSON request from stdin
78type jsonRpcRequest struct {

Callers 15

fetchOpenGraphImageFunction · 0.80
runFFmpegConversionFunction · 0.80
TestFormatBlocklistFunction · 0.80
TestGetBlocklistEndpointFunction · 0.80
UploadToS3Method · 0.80
TestConnectionMethod · 0.80
DeleteAllUserObjectsMethod · 0.80
TestPrivacyEndpointsFunction · 0.80
executeRequestFunction · 0.80
GetHealthMethod · 0.80
SendDocumentMethod · 0.80
SendAudioMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestFormatBlocklistFunction · 0.64
TestGetBlocklistEndpointFunction · 0.64
TestPrivacyEndpointsFunction · 0.64
executeRequestFunction · 0.64