MCPcopy Index your code
hub / github.com/lxn/walk / path

Method path

window.go:850–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

848}
849
850func (wb *WindowBase) path() string {
851 buf := bytes.NewBuffer(nil)
852
853 wb.writePath(buf)
854
855 return buf.String()
856}
857
858// WindowBase simply returns the receiver.
859func (wb *WindowBase) AsWindowBase() *WindowBase {

Callers 2

ReadStateMethod · 0.95
WriteStateMethod · 0.95

Calls 2

writePathMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected