7 lines
No EOL
106 B
Text
7 lines
No EOL
106 B
Text
# -*- mode: snippet -*-
|
|
# name: hcall
|
|
# key: hcall
|
|
# --
|
|
def handle_call($1, _from, ${2:state}) do
|
|
$0
|
|
end |