MCPcopy Create free account
hub / github.com/labstack/gommon / Prefix

Function Prefix

log/log.go:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func Prefix() string {
241 return global.Prefix()
242}
243
244func SetPrefix(p string) {
245 global.SetPrefix(p)

Callers

nothing calls this directly

Calls 1

PrefixMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…