Skip to content
Snippets Groups Projects
Commit 0c08569d authored by François Bobot's avatar François Bobot
Browse files

[Ivette] regenerate generated files

parent d7517086
No related branches found
No related tags found
No related merge requests found
...@@ -299,6 +299,7 @@ const getMainFunction_internal: Server.GetRequest<null,Json.key<'#fct'>> = { ...@@ -299,6 +299,7 @@ const getMainFunction_internal: Server.GetRequest<null,Json.key<'#fct'>> = {
name: 'kernel.ast.getMainFunction', name: 'kernel.ast.getMainFunction',
input: Json.jNull, input: Json.jNull,
output: Json.jKey<'#fct'>('#fct'), output: Json.jKey<'#fct'>('#fct'),
signals: [],
}; };
/** Get the current 'main' function. */ /** Get the current 'main' function. */
export const getMainFunction: Server.GetRequest<null,Json.key<'#fct'>>= getMainFunction_internal; export const getMainFunction: Server.GetRequest<null,Json.key<'#fct'>>= getMainFunction_internal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment