Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
22
type
BibString
interface
{
23
RawString() string
// Internal representation.
24
String() string
// Displayed string.
25
}
26
Callers
2
RawString
Method · 0.65
RawString
Method · 0.65
Implementers
2
BibVar
parse/languages/bibtex/bibtex.go
BibTex
parse/languages/bibtex/bibtex.go
Calls
no outgoing calls
Tested by
no test coverage detected