Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ map_end
Function
map_end
lib/yamlcpp/test/create-emitter-tests.py:93–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
return
{
'emit'
: emit,
'handle'
: handle}
92
93
def
map_end():
94
return
{
'emit'
:
'EndMap'
,
'handle'
:
'OnMapEnd()'
}
95
96
def
gen_templates():
97
yield
[[doc_start(), doc_start(True)],
Callers
1
gen_templates
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected