MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / User

Method User

user.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28User::User(BNUser* user)
29{
30 m_object = user;
31}
32
33
34string User::GetName()

Callers 6

authorMethod · 0.80
usersMethod · 0.80
get_user_by_idMethod · 0.80
get_user_by_usernameMethod · 0.80
current_userMethod · 0.80
create_userMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected