NodeOrder sets the ordering for a Sort operation
| 1118 | |
| 1119 | // NodeOrder sets the ordering for a Sort operation |
| 1120 | type NodeOrder int |
| 1121 | |
| 1122 | // Sorting options for node sort. |
| 1123 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected