Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ decorator
Method
decorator
thirdparty/bottle/bottle.py:692–694 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
690
:meth:`add_hook`
for
details.
""
"
691
692
def
decorator(func):
693
self.add_hook(name, func)
694
return
func
695
696
return
decorator
697
Callers
nothing calls this directly
Calls
6
add_hook
Method · 0.95
add_route
Method · 0.95
load
Function · 0.85
yieldroutes
Function · 0.85
Route
Class · 0.85
makelist
Function · 0.70
Tested by
no test coverage detected