mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
rename call_with_module_name to call_module
This commit is contained in:
parent
0d1e3c7848
commit
2ee3520e67
@ -186,7 +186,7 @@ impl AppService {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn call_with_module_name<MN: AsRef<str>, FN: AsRef<str>>(
|
pub fn call_module<MN: AsRef<str>, FN: AsRef<str>>(
|
||||||
&mut self,
|
&mut self,
|
||||||
module_name: MN,
|
module_name: MN,
|
||||||
func_name: FN,
|
func_name: FN,
|
||||||
|
@ -145,7 +145,7 @@ impl REPL {
|
|||||||
|
|
||||||
let start = Instant::now();
|
let start = Instant::now();
|
||||||
// TODO: add support of call parameters
|
// TODO: add support of call parameters
|
||||||
let result = match self.app_service.call_with_module_name(
|
let result = match self.app_service.call_module(
|
||||||
module_name,
|
module_name,
|
||||||
func_name,
|
func_name,
|
||||||
module_arg,
|
module_arg,
|
||||||
|
Loading…
Reference in New Issue
Block a user