diff --git a/model/description/function.json b/model/description/function.json new file mode 100644 index 00000000..c17890ab --- /dev/null +++ b/model/description/function.json @@ -0,0 +1,12 @@ +{ + "brief": "Function", + "operations": [ + { + "name": "Function execution", + "brief": "The execution of a function or a set of instructions that isn't covered by a more specific operation.", + "ops": ["function"], + "templates": ["{{code.function.name}}"], + "examples": ["server_request", "handleSubmit"] + } + ] +} diff --git a/model/name/function.json b/model/name/function.json new file mode 100644 index 00000000..7df13aaa --- /dev/null +++ b/model/name/function.json @@ -0,0 +1,13 @@ +{ + "brief": "Function", + "operations": [ + { + "name": "Function execution", + "brief": "The execution of a function or a set of instructions that isn't covered by a more specific operation.", + "is_in_otel": false, + "ops": ["function"], + "templates": ["{{code.function.name}}", "Function execution"], + "examples": ["server_request", "handleSubmit", "Function execution"] + } + ] +}