Check if the document content is an empty scalar.
(emitter *yaml_emitter_t)
| 945 | |
| 946 | // Check if the document content is an empty scalar. |
| 947 | func 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. |
| 952 | func yaml_emitter_check_empty_sequence(emitter *yaml_emitter_t) bool { |
no outgoing calls
no test coverage detected