Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ trim
Method
trim
app/service/app_svc.py:118–121 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
116
117
async
def
load_plugins(self, plugins):
118
def
trim(p):
119
if
p.startswith(
'.'
):
120
return
False
121
return
True
122
123
async
def
load(p):
124
plugin = Plugin(name=p)
Callers
7
Hn
Function · 0.80
Yn
Function · 0.80
Ar
Function · 0.80
Rt
Function · 0.80
muuri.min.js
File · 0.80
jquery.js
File · 0.80
fixCloneNodeIssues
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected