Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antchfx/xmlquery
/ StopCaching
Method
StopCaching
cached_reader.go:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(c *cachedReader) StopCaching() {
53
c.caching = false
54
}
55
56
func
(c *cachedReader) Read(p []byte) (int, error) {
57
n, err := c.buffer.Read(p)
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected