Path represents a callback function's path in the arguments structure. Contains mixture of string and integer values.
| 72 | // Path represents a callback function's path in the arguments structure. |
| 73 | // Contains mixture of string and integer values. |
| 74 | type Path []interface{} |
| 75 | |
| 76 | // parseCallbacks parses the message's "callbacks" field and prepares |
| 77 | // callback functions in "arguments" field. |
nothing calls this directly
no outgoing calls
no test coverage detected