MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / name

Method name

src/session/src/session_actor.cpp:413–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412 caf::behavior make_behavior() override { return behavior_; }
413 [[nodiscard]] const char *name() const override { return NAME.c_str(); }
414
415 private:
416 inline static const std::string NAME = "LoadUrisActor";

Callers 7

initMethod · 0.45
TESTFunction · 0.45
message_handlerMethod · 0.45
on_exitMethod · 0.45
duplicate_treeMethod · 0.45
get_next_nameMethod · 0.45
message_handlerMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36