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

Function doc_start

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

Source from the content-addressed store, hash-verified

22 return ''.join(encode_stream(line))
23
24def doc_start(implicit=False):
25 if implicit:
26 return {'emit': '', 'handle': 'OnDocumentStart(_)'}
27 else:
28 return {'emit': 'BeginDoc', 'handle': 'OnDocumentStart(_)'}
29
30def doc_end(implicit=False):
31 if implicit:

Callers 1

gen_templatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected