MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / derefString

Function derefString

internal/webhookpub/worker.go:445–450  ·  view source on GitHub ↗
(p *string)

Source from the content-addressed store, hash-verified

443}
444
445func derefString(p *string) string {
446 if p == nil {
447 return ""
448 }
449 return *p
450}
451
452// BeginFunc helper for pgxpool.Pool — pgx v5 doesn't export the v4
453// shorthand, so we replicate it here. Used by fanOutOne so the tx

Callers 1

fanOutOneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected