MCPcopy
hub / github.com/micro-editor/micro / Modified

Method Modified

internal/buffer/buffer.go:698–700  ·  view source on GitHub ↗

Modified returns if this buffer has been modified since being opened

()

Source from the content-addressed store, hash-verified

696// Modified returns if this buffer has been modified since
697// being opened
698func (b *Buffer) Modified() bool {
699 return b.isModified
700}
701
702// Size returns the number of bytes in the current buffer
703func (b *Buffer) Size() int {

Callers 13

AutoSaveMethod · 0.95
FiniMethod · 0.95
statusline.goFile · 0.80
NameMethod · 0.80
QuitMethod · 0.80
QuitAllMethod · 0.80
OpenCmdMethod · 0.80
ReopenCmdMethod · 0.80
TermCmdMethod · 0.80
checkFunction · 0.80
startupFunction · 0.80
exitFunction · 0.80

Calls

no outgoing calls

Tested by 2

checkFunction · 0.64
startupFunction · 0.64