MCPcopy Create free account
hub / github.com/DFHack/dfhack / check_ls

Function check_ls

ci/script-docs.py:26–29  ·  view source on GitHub ↗

Check length & existence of first sentence for "ls" builtin command.

(docfile, lines)

Source from the content-addressed store, hash-verified

24
25
26def check_ls(docfile, lines):
27 """Check length & existence of first sentence for "ls" builtin command."""
28 # TODO
29 return 0
30
31
32def check_file(fname):

Callers 1

check_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected