MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getMouseMoveHash

Function getMouseMoveHash

src/tools/ecode/plugins/lsp/lspclientplugin.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace ecode {
28
29static Action::UniqueID getMouseMoveHash( UICodeEditor* editor ) {
30 return hashCombine( String::hash( "LSPClientPlugin::onMouseMove-" ),
31 reinterpret_cast<Action::UniqueID>( editor ) );
32}
33
34static json getURIAndPositionJSON( UICodeEditor* editor ) {
35 json data;

Callers 3

~LSPClientPluginMethod · 0.70
onUnregisterMethod · 0.70
onMouseMoveMethod · 0.70

Calls 2

hashCombineFunction · 0.85
hashFunction · 0.85

Tested by

no test coverage detected