MCPcopy Create free account
hub / github.com/bdring/FluidNC / end

Method end

FluidNC/src/JSONEncoder.cpp:176–183  ·  view source on GitHub ↗

Finishes the JSON encoding process, closing the unnamed object and returning the encoded string

Source from the content-addressed store, hash-verified

174// Finishes the JSON encoding process, closing the unnamed object
175// and returning the encoded string
176void JSONencoder::end() {
177 end_object();
178 line();
179 flush();
180 if (_channel && _json_tag) {
181 _channel->endJSON(_json_tag);
182 }
183}
184
185// Starts a member element.
186void JSONencoder::begin_member(const char* tag) {

Callers 15

std-path.cppFile · 0.45
compareMethod · 0.45
root_directoryMethod · 0.45
root_pathMethod · 0.45
relative_pathMethod · 0.45
parent_pathMethod · 0.45
has_root_directoryMethod · 0.45
has_relative_pathMethod · 0.45
lexically_normalMethod · 0.45
lexically_relativeMethod · 0.45
canonicalMethod · 0.45
weakly_canonicalMethod · 0.45

Calls 1

endJSONMethod · 0.45

Tested by 4

TestFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
FakeConfigurableMethod · 0.36