Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ Sort
Method
Sort
parser/error.go:154–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
func
(self ErrorList) Sort() {
155
sort.Sort(self)
156
}
157
158
// Error implements the Error interface.
159
func
(self ErrorList) Error() string {
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected