MCPcopy Create free account
hub / github.com/ceph/ceph / run

Method run

src/script/ptl-tool.py:182–187  ·  view source on GitHub ↗

Executes the check. Appends to ctx.report on failure. May raise SkipToMerge to short-circuit remaining checks.

(self, ctx: AuditContext)

Source from the content-addressed store, hash-verified

180 raise NotImplementedError
181
182 def run(self, ctx: AuditContext) -> None:
183 """
184 Executes the check. Appends to ctx.report on failure.
185 May raise SkipToMerge to short-circuit remaining checks.
186 """
187 raise NotImplementedError
188
189class AuditReport:
190 def __init__(self):

Callers 5

post_draft_reviewFunction · 0.45
runMethod · 0.45
verify_pr_readinessFunction · 0.45
_runFunction · 0.45
_runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected