MCPcopy
hub / github.com/lektor/lektor / get_builder

Method get_builder

lektor/admin/webui.py:38–41  ·  view source on GitHub ↗
(self, pad=None)

Source from the content-addressed store, hash-verified

36 return Database(self.env).new_pad()
37
38 def get_builder(self, pad=None):
39 if pad is None:
40 pad = self.get_pad()
41 return Builder(pad, self.output_path, extra_flags=self.extra_flags)
42
43 def get_failure_controller(self, pad=None):
44 if pad is None:

Callers 4

resolve_artifactMethod · 0.95
findFunction · 0.80
trigger_buildFunction · 0.80
trigger_cleanFunction · 0.80

Calls 2

get_padMethod · 0.95
BuilderClass · 0.90

Tested by

no test coverage detected