(IntPtr model, int node)
| 385 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_find (IntPtr model, string name); |
| 386 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_sibling (IntPtr model, int node); |
| 387 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_parent (IntPtr model, int node); |
| 388 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_child (IntPtr model, int node); |
| 389 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_count (IntPtr model); |
| 390 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_index (IntPtr model, int index); |
no outgoing calls
no test coverage detected