MCPcopy Create free account
hub / github.com/compozy/agh / bytesTrimSpace

Function bytesTrimSpace

internal/task/validate.go:1356–1358  ·  view source on GitHub ↗
(payload []byte)

Source from the content-addressed store, hash-verified

1354}
1355
1356func bytesTrimSpace(payload []byte) []byte {
1357 return []byte(strings.TrimSpace(string(payload)))
1358}

Callers 1

validateJSONSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected