Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ bind_split
Function
bind_split
addons/cppcheckdata.py:1607–1611 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1605
raise
AttributeError
1606
1607
def
bind_split(s):
1608
if
'@'
in s:
1609
p = s.partition(
'@'
)
1610
return
(p[0], p[2])
1611
return
(s, None)
1612
1613
def
match(token, pattern):
1614
if
not pattern:
Callers
1
match
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected