MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / ComponentName

Method ComponentName

include/validator/component_name.h:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 ComponentNameDetail Detail;
78
79 ComponentName(std::string_view Name)
80 : OriName(Name), Kind(ComponentNameKind::Invalid) {}
81
82public:
83 static Expect<ComponentName> parse(std::string_view Name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected