Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fb55/htmlparser2
/ _final
Method
_final
src/WritableStream.ts:38–41 ·
view source on GitHub ↗
(callback: () => void)
Source
from the content-addressed store, hash-verified
36
}
37
38
override _final(callback: () => void): void {
39
this._parser.end(this._decoder.end());
40
callback();
41
}
42
}
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected