MCPcopy Index your code
hub / github.com/nodejs/node / list_templates

Method list_templates

tools/inspector_protocol/jinja2/loaders.py:410–414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

408 raise TemplateNotFound(name)
409
410 def list_templates(self):
411 found = set()
412 for loader in self.loaders:
413 found.update(loader.list_templates())
414 return sorted(found)
415
416
417class _TemplateModule(ModuleType):

Callers

nothing calls this directly

Calls 4

sortedFunction · 0.85
updateMethod · 0.65
setFunction · 0.50
list_templatesMethod · 0.45

Tested by

no test coverage detected