File size: 1,490 Bytes
476fc5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "seed": 42,
  "counts": {
    "real": 16,
    "confuser": 10,
    "dummy": 20,
    "total": 46
  },
  "real": [
    "calculate",
    "cancel_pending_order",
    "exchange_delivered_order_items",
    "find_user_id_by_email",
    "find_user_id_by_name_zip",
    "get_item_details",
    "get_order_details",
    "get_product_details",
    "get_user_details",
    "list_all_product_types",
    "modify_pending_order_address",
    "modify_pending_order_items",
    "modify_pending_order_payment",
    "modify_user_address",
    "return_delivered_order_items",
    "transfer_to_human_agents"
  ],
  "confuser": [
    "find_user_id_by_phone",
    "find_user_id_by_username",
    "get_order_invoice",
    "cancel_delivered_order",
    "return_pending_order_items",
    "get_product_reviews",
    "modify_user_email",
    "modify_user_name",
    "modify_user_phone",
    "apply_gift_card"
  ],
  "dummy": [
    "can_send_mms",
    "check_apn_settings",
    "check_app_permissions",
    "check_data_restriction_status",
    "check_network_mode_preference",
    "check_network_status",
    "check_sim_status",
    "check_status_bar",
    "check_vpn_status",
    "check_wifi_calling_status",
    "enable_roaming",
    "get_bills_for_customer",
    "get_customer_by_id",
    "get_customer_by_phone",
    "get_data_usage",
    "get_details_by_id",
    "refuel_data",
    "resume_line",
    "run_speed_test",
    "send_payment_request"
  ]
}