MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / open_block

Method open_block

extlibs/vili/src/parser/parser_state.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void state::open_block()
78 {
79 m_stack.emplace(m_last_container, 0);
80 }
81
82 void state::close_block()
83 {

Callers 3

applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected