MCPcopy 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
52func (c *cachedReader) StopCaching() {
53 c.caching = false
54}
55
56func (c *cachedReader) Read(p []byte) (int, error) {
57 n, err := c.buffer.Read(p)

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected