MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / isPrintable

Function isPrintable

plugins/plugin_utils/plugin_utils.h:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136inline bool isPrintable(const char c) {
137 if (isVisible(c) || isWhitespace(c)) {
138 return true;
139 }
140 return false;
141}
142
143const std::vector<std::string> bzu_standardPerms(void);
144

Callers

nothing calls this directly

Calls 2

isVisibleFunction · 0.70
isWhitespaceFunction · 0.70

Tested by

no test coverage detected