Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine handles placeholder restoration
func (*Engine) MatchAt ¶
MatchAt checks whether input[start:] begins with a "complete placeholder"; if so, it returns the end position. This is used for streaming boundary detection to avoid emitting an incomplete prefix fragment that can no longer be restored.
func (*Engine) RestoreString ¶
RestoreString is a convenience method for string input
Click to show internal directories.
Click to hide internal directories.