MCPcopy Create free account
hub / github.com/apache/trafficserver / doc_end

Function doc_end

lib/yamlcpp/test/create-emitter-tests.py:30–34  ·  view source on GitHub ↗
(implicit=False)

Source from the content-addressed store, hash-verified

28 return {'emit': 'BeginDoc', 'handle': 'OnDocumentStart(_)'}
29
30def doc_end(implicit=False):
31 if implicit:
32 return {'emit': '', 'handle': 'OnDocumentEnd()'}
33 else:
34 return {'emit': 'EndDoc', 'handle': 'OnDocumentEnd()'}
35
36def scalar(value, tag='', anchor='', anchor_id=0):
37 emit = []

Callers 1

gen_templatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected