Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-yaml/yaml
/ finish
Method
finish
encode.go:69–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(e *encoder) finish() {
70
e.emitter.open_ended = false
71
yaml_stream_end_event_initialize(&e.event)
72
e.emit()
73
}
74
75
func
(e *encoder) destroy() {
76
yaml_emitter_delete(&e.emitter)
Callers
3
Marshal
Function · 0.80
Encode
Method · 0.80
Close
Method · 0.80
Calls
2
emit
Method · 0.95
yaml_stream_end_event_initialize
Function · 0.85
Tested by
no test coverage detected