MCPcopy
hub / github.com/httprunner/httprunner / newSessionData

Function newSessionData

hrp/summary.go:163–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func newSessionData() *SessionData {
164 return &SessionData{
165 Success: false,
166 ReqResps: &ReqResps{},
167 }
168}
169
170type SessionData struct {
171 Success bool `json:"success" yaml:"success"`

Callers 3

runStepWebSocketFunction · 0.85
runStepRequestFunction · 0.85
runStepMobileUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected