MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / section

Function section

lib/steps.js:15–18  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

13}
14
15function section(name) {
16 if (!name) return endSection()
17 return new SectionClass(name).start()
18}
19
20function endSection() {
21 return SectionClass.current().end()

Callers 1

steps.jsFile · 0.85

Calls 2

endSectionFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected