mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
InspectorServer: Remove unnecessary greet() message
This commit is contained in:
parent
78b57fcea3
commit
03df8882df
4 changed files with 0 additions and 9 deletions
|
@ -1,10 +1,7 @@
|
|||
endpoint InspectorServer
|
||||
{
|
||||
greet() => ()
|
||||
|
||||
get_all_objects(i32 pid) => (String json)
|
||||
set_inspected_object(i32 pid, u64 object_id) => (bool success)
|
||||
set_object_property(i32 pid, u64 object_id, String name, String value) => (bool success)
|
||||
identify(i32 pid) => (String json)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue