MCPcopy Create free account
hub / github.com/cockroachdb/redact / makeMixedRedactableString

Function makeMixedRedactableString

markers_test.go:723–731  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

721 }
722}
723func makeMixedRedactableString() mixedRedactableString {
724 r := RedactableString("safe‹unsafe›")
725 return mixedRedactableString{
726 r: r,
727 rp: &r,
728 R: r,
729 Rp: &r,
730 }
731}
732
733func makeMixedRedactableBytes() mixedRedactableBytes {
734 r := RedactableBytes("safe‹unsafe›")

Callers 1

Example_formatFunction · 0.85

Calls 1

RedactableStringTypeAlias · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…