Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ isstringlike
Function
isstringlike
thirdparty/clientform/clientform.py:290–293 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
288
return
True
289
290
def
isstringlike(x):
291
try
: x+
""
292
except
:
return
False
293
else
:
return
True
294
295
296
def
choose_boundary():
Callers
6
__setattr__
Method · 0.85
add_file
Method · 0.85
get_items
Method · 0.85
_set_value
Method · 0.85
set_value_by_label
Method · 0.85
_find_control
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…