Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ is_print
Function
is_print
tools/file_packager.py:218–219 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
216
# And isPrint in llvm/include/llvm/ADT/StringExtras.h
217
218
def
is_print(c):
219
return
c >= 0x20 and c <= 0x7E
220
221
def
escape(c):
222
if
is_print(c):
Callers
1
escape
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected