MCPcopy Create free account
hub / github.com/cogentcore/core / RawString

Method RawString

parse/languages/bibtex/bibtex.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// BibString is a segment of a bib string.
22type BibString interface {
23 RawString() string // Internal representation.
24 String() string // Displayed string.
25}
26

Callers 2

RawStringMethod · 0.65
RawStringMethod · 0.65

Implementers 2

BibVarparse/languages/bibtex/bibtex.go
BibTexparse/languages/bibtex/bibtex.go

Calls

no outgoing calls

Tested by

no test coverage detected