func gopkg.in/yaml.v2.yaml_emitter_increase_indent
6 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L197: func yaml_emitter_increase_indent(emitter *yaml_emitter_t, flow, indentless bool) bool {
emitterc.go#L462: if !yaml_emitter_increase_indent(emitter, true, false) {
emitterc.go#L510: if !yaml_emitter_increase_indent(emitter, true, false) {
emitterc.go#L581: if !yaml_emitter_increase_indent(emitter, false, emitter.mapping_context && !emitter.indention) {
emitterc.go#L605: if !yaml_emitter_increase_indent(emitter, false, false) {
emitterc.go#L693: if !yaml_emitter_increase_indent(emitter, true, false) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |