@@ -1303,6 +1303,7 @@ static int accounts_accounts_claim_username_jinvoke(struct ctx *ctx, struct obje
13031303 const struct yjson_value * args ,
13041304 struct yjson_writer * result , char * err , size_t err_cap )
13051305{
1306+ yinfo ("[rpc] accounts_accounts_claim_username" );
13061307 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
13071308 const char * arg1 = yjson_as_string (yjson_array_at (args , 1 ), "" );
13081309 struct ctx local_ctx = {0 };
@@ -1324,6 +1325,7 @@ static int accounts_accounts_release_username_jinvoke(struct ctx *ctx, struct ob
13241325 const struct yjson_value * args ,
13251326 struct yjson_writer * result , char * err , size_t err_cap )
13261327{
1328+ yinfo ("[rpc] accounts_accounts_release_username" );
13271329 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
13281330 const char * arg1 = yjson_as_string (yjson_array_at (args , 1 ), "" );
13291331 struct ctx local_ctx = {0 };
@@ -1345,6 +1347,7 @@ static int accounts_accounts_register_jinvoke(struct ctx *ctx, struct object *ob
13451347 const struct yjson_value * args ,
13461348 struct yjson_writer * result , char * err , size_t err_cap )
13471349{
1350+ yinfo ("[rpc] accounts_accounts_register" );
13481351 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
13491352 const char * arg1 = yjson_as_string (yjson_array_at (args , 1 ), "" );
13501353 struct ctx local_ctx = {0 };
@@ -1366,6 +1369,7 @@ static int accounts_accounts_exists_jinvoke(struct ctx *ctx, struct object *obj,
13661369 const struct yjson_value * args ,
13671370 struct yjson_writer * result , char * err , size_t err_cap )
13681371{
1372+ yinfo ("[rpc] accounts_accounts_exists" );
13691373 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
13701374 struct ctx local_ctx = {0 };
13711375 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1386,6 +1390,7 @@ static int accounts_accounts_set_balance_jinvoke(struct ctx *ctx, struct object
13861390 const struct yjson_value * args ,
13871391 struct yjson_writer * result , char * err , size_t err_cap )
13881392{
1393+ yinfo ("[rpc] accounts_accounts_set_balance" );
13891394 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
13901395 int64_t arg1 = (int64_t )yjson_as_int (yjson_array_at (args , 1 ), 0 );
13911396 struct ctx local_ctx = {0 };
@@ -1407,6 +1412,7 @@ static int accounts_accounts_balance_jinvoke(struct ctx *ctx, struct object *obj
14071412 const struct yjson_value * args ,
14081413 struct yjson_writer * result , char * err , size_t err_cap )
14091414{
1415+ yinfo ("[rpc] accounts_accounts_balance" );
14101416 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
14111417 struct ctx local_ctx = {0 };
14121418 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1427,6 +1433,7 @@ static int accounts_accounts_count_jinvoke(struct ctx *ctx, struct object *obj,
14271433 const struct yjson_value * args ,
14281434 struct yjson_writer * result , char * err , size_t err_cap )
14291435{
1436+ yinfo ("[rpc] accounts_accounts_count" );
14301437 struct ctx local_ctx = {0 };
14311438 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
14321439 struct picomesh_size_result call_result = accounts_accounts_count (call_ctx , obj , hdrs );
@@ -1446,6 +1453,7 @@ static int accounts_accounts_set_groups_jinvoke(struct ctx *ctx, struct object *
14461453 const struct yjson_value * args ,
14471454 struct yjson_writer * result , char * err , size_t err_cap )
14481455{
1456+ yinfo ("[rpc] accounts_accounts_set_groups" );
14491457 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
14501458 const char * arg1 = yjson_as_string (yjson_array_at (args , 1 ), "" );
14511459 struct ctx local_ctx = {0 };
@@ -1467,6 +1475,7 @@ static int accounts_accounts_groups_jinvoke(struct ctx *ctx, struct object *obj,
14671475 const struct yjson_value * args ,
14681476 struct yjson_writer * result , char * err , size_t err_cap )
14691477{
1478+ yinfo ("[rpc] accounts_accounts_groups" );
14701479 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
14711480 struct ctx local_ctx = {0 };
14721481 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1488,6 +1497,7 @@ static int accounts_accounts_ns_create_jinvoke(struct ctx *ctx, struct object *o
14881497 const struct yjson_value * args ,
14891498 struct yjson_writer * result , char * err , size_t err_cap )
14901499{
1500+ yinfo ("[rpc] accounts_accounts_ns_create" );
14911501 uint32_t arg0 = (uint32_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
14921502 const char * arg1 = yjson_as_string (yjson_array_at (args , 1 ), "" );
14931503 const char * arg2 = yjson_as_string (yjson_array_at (args , 2 ), "" );
@@ -1512,6 +1522,7 @@ static int accounts_accounts_ns_add_member_jinvoke(struct ctx *ctx, struct objec
15121522 const struct yjson_value * args ,
15131523 struct yjson_writer * result , char * err , size_t err_cap )
15141524{
1525+ yinfo ("[rpc] accounts_accounts_ns_add_member" );
15151526 const char * arg0 = yjson_as_string (yjson_array_at (args , 0 ), "" );
15161527 uint32_t arg1 = (uint32_t )yjson_as_int (yjson_array_at (args , 1 ), 0 );
15171528 const char * arg2 = yjson_as_string (yjson_array_at (args , 2 ), "" );
@@ -1534,6 +1545,7 @@ static int accounts_accounts_ns_resolve_jinvoke(struct ctx *ctx, struct object *
15341545 const struct yjson_value * args ,
15351546 struct yjson_writer * result , char * err , size_t err_cap )
15361547{
1548+ yinfo ("[rpc] accounts_accounts_ns_resolve" );
15371549 const char * arg0 = yjson_as_string (yjson_array_at (args , 0 ), "" );
15381550 struct ctx local_ctx = {0 };
15391551 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1554,6 +1566,7 @@ static int accounts_accounts_ns_list_jinvoke(struct ctx *ctx, struct object *obj
15541566 const struct yjson_value * args ,
15551567 struct yjson_writer * result , char * err , size_t err_cap )
15561568{
1569+ yinfo ("[rpc] accounts_accounts_ns_list" );
15571570 struct ctx local_ctx = {0 };
15581571 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
15591572 struct picomesh_json_result call_result = accounts_accounts_ns_list (call_ctx , obj , hdrs );
@@ -1574,6 +1587,7 @@ static int accounts_accounts_ns_members_jinvoke(struct ctx *ctx, struct object *
15741587 const struct yjson_value * args ,
15751588 struct yjson_writer * result , char * err , size_t err_cap )
15761589{
1590+ yinfo ("[rpc] accounts_accounts_ns_members" );
15771591 const char * arg0 = yjson_as_string (yjson_array_at (args , 0 ), "" );
15781592 struct ctx local_ctx = {0 };
15791593 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1595,6 +1609,7 @@ static int accounts_accounts_ns_remove_member_jinvoke(struct ctx *ctx, struct ob
15951609 const struct yjson_value * args ,
15961610 struct yjson_writer * result , char * err , size_t err_cap )
15971611{
1612+ yinfo ("[rpc] accounts_accounts_ns_remove_member" );
15981613 const char * arg0 = yjson_as_string (yjson_array_at (args , 0 ), "" );
15991614 uint32_t arg1 = (uint32_t )yjson_as_int (yjson_array_at (args , 1 ), 0 );
16001615 struct ctx local_ctx = {0 };
@@ -1616,6 +1631,7 @@ static int accounts_accounts_ns_subtree_jinvoke(struct ctx *ctx, struct object *
16161631 const struct yjson_value * args ,
16171632 struct yjson_writer * result , char * err , size_t err_cap )
16181633{
1634+ yinfo ("[rpc] accounts_accounts_ns_subtree" );
16191635 const char * arg0 = yjson_as_string (yjson_array_at (args , 0 ), "" );
16201636 struct ctx local_ctx = {0 };
16211637 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1637,6 +1653,7 @@ static int accounts_accounts_ns_delete_jinvoke(struct ctx *ctx, struct object *o
16371653 const struct yjson_value * args ,
16381654 struct yjson_writer * result , char * err , size_t err_cap )
16391655{
1656+ yinfo ("[rpc] accounts_accounts_ns_delete" );
16401657 const char * arg0 = yjson_as_string (yjson_array_at (args , 0 ), "" );
16411658 struct ctx local_ctx = {0 };
16421659 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
@@ -1657,6 +1674,7 @@ static int accounts_accounts_list_jinvoke(struct ctx *ctx, struct object *obj, s
16571674 const struct yjson_value * args ,
16581675 struct yjson_writer * result , char * err , size_t err_cap )
16591676{
1677+ yinfo ("[rpc] accounts_accounts_list" );
16601678 int64_t arg0 = (int64_t )yjson_as_int (yjson_array_at (args , 0 ), 0 );
16611679 int64_t arg1 = (int64_t )yjson_as_int (yjson_array_at (args , 1 ), 0 );
16621680 struct ctx local_ctx = {0 };
@@ -1679,6 +1697,7 @@ static int accounts_accounts_list_all_jinvoke(struct ctx *ctx, struct object *ob
16791697 const struct yjson_value * args ,
16801698 struct yjson_writer * result , char * err , size_t err_cap )
16811699{
1700+ yinfo ("[rpc] accounts_accounts_list_all" );
16821701 struct ctx local_ctx = {0 };
16831702 struct ctx * call_ctx = ctx ? ctx : & local_ctx ;
16841703 struct picomesh_json_result call_result = accounts_accounts_list_all (call_ctx , obj , hdrs );
0 commit comments