MCPcopy Create free account
hub / github.com/google/go-cloud / jsonString

Function jsonString

server/requestlog/stackdriver_test.go:148–151  ·  view source on GitHub ↗
(obj map[string]any, k string)

Source from the content-addressed store, hash-verified

146}
147
148func jsonString(obj map[string]any, k string) string {
149 v, _ := obj[k].(string)
150 return v
151}
152
153func jsonNumber(obj map[string]any, k string) float64 {
154 v, _ := obj[k].(float64)

Callers 1

TestStackdriverLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected