More docs.

This commit is contained in:
2024-03-01 21:18:12 -05:00
parent a710c30572
commit f0a871e1f8
3 changed files with 297 additions and 8 deletions

View File

@ -949,9 +949,6 @@ char* tf_task_get_disconnections(tf_task_t* task)
return result;
}
char* tf_task_get_debug(tf_task_t* task);
char* tf_task_get_hitches(tf_task_t* task);
static JSValue _tf_task_getFile(JSContext* context, JSValueConst this_val, int argc, JSValueConst* argv)
{
tf_task_t* task = JS_GetContextOpaque(context);