MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / get_node_data

Method get_node_data

source/MaaFramework/Task/Context.cpp:262–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262std::optional<json::object> Context::get_node_data(const std::string& node_name) const
263{
264 auto pp_opt = get_pipeline_data(node_name);
265 if (!pp_opt) {
266 return std::nullopt;
267 }
268
269 return MAA_RES_NS::PipelineDumper::dump(*pp_opt);
270}
271
272Context* Context::clone() const
273{

Callers 7

MaaResourceGetNodeDataFunction · 0.45
MaaContextGetNodeDataFunction · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45

Calls

no outgoing calls

Tested by 5

analyzeMethod · 0.36
analyzeMethod · 0.36