MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / end

Method end

test/test-helpers.mjs:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 end () {
56 this.endTime = perf.now()
57 return this.duration
58 }
59
60 get duration () {
61 return this.endTime - this.startTime

Calls

no outgoing calls

Tested by

no test coverage detected