MCPcopy Index your code
hub / github.com/FiloSottile/age / writeStanza

Function writeStanza

plugin/client.go:483–486  ·  view source on GitHub ↗
(conn io.Writer, t string, args ...string)

Source from the content-addressed store, hash-verified

481}
482
483func writeStanza(conn io.Writer, t string, args ...string) error {
484 s := &format.Stanza{Type: t, Args: args}
485 return s.Marshal(conn)
486}
487
488func writeStanzaWithBody(conn io.Writer, t string, body []byte) error {
489 s := &format.Stanza{Type: t, Body: body}

Callers 5

RecipientV1Method · 0.85
IdentityV1Method · 0.85
WrapWithLabelsMethod · 0.85
UnwrapMethod · 0.85
handleMethod · 0.85

Calls 1

MarshalMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…