MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / containsName

Method containsName

tools/ipc_codegen/ipc_codegen.cpp:1023–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021 }
1022
1023 static bool containsName(const std::vector<std::string>& names, std::string_view name) {
1024 return std::find(names.begin(), names.end(), name) != names.end();
1025 }
1026
1027 static bool isIntegral(std::string_view type) {
1028 static const std::unordered_set<std::string_view> types = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected