Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
function
section(name) {
16
if
(!name)
return
endSection()
17
return
new
SectionClass(name).start()
18
}
19
20
function
endSection() {
21
return
SectionClass.current().end()
Callers
1
steps.js
File · 0.85
Calls
2
endSection
Function · 0.85
start
Method · 0.45
Tested by
no test coverage detected