MCPcopy
hub / github.com/go-yaml/yaml / yaml_emitter_check_empty_document

Function yaml_emitter_check_empty_document

emitterc.go:947–949  ·  view source on GitHub ↗

Check if the document content is an empty scalar.

(emitter *yaml_emitter_t)

Source from the content-addressed store, hash-verified

945
946// Check if the document content is an empty scalar.
947func yaml_emitter_check_empty_document(emitter *yaml_emitter_t) bool {
948 return false // [Go] Huh?
949}
950
951// Check if the next events represent an empty sequence.
952func yaml_emitter_check_empty_sequence(emitter *yaml_emitter_t) bool {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected