MCPcopy
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

HnFunction · 0.80
YnFunction · 0.80
ArFunction · 0.80
RtFunction · 0.80
muuri.min.jsFile · 0.80
jquery.jsFile · 0.80
fixCloneNodeIssuesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected