You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: architecture-model-generator/modules/architecture-model-generator-core/src/main/java/io/ballerina/artifactsgenerator/ModuleNodeTransformer.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ public Optional<Artifact> transform(FunctionDefinitionNode functionDefinitionNod
Copy file name to clipboardExpand all lines: architecture-model-generator/modules/architecture-model-generator-ls-extension/src/test/resources/artifacts/config/functions.json
Copy file name to clipboardExpand all lines: architecture-model-generator/modules/architecture-model-generator-ls-extension/src/test/resources/artifacts/source/functions.bal
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
importballerina/io;
2
+
importballerina/jballerina.java;
2
3
3
4
// Basic function with no parameters and no return value
4
5
publicfunction sayHello() {
@@ -70,3 +71,9 @@ public function main() {
70
71
io:println("Error: "+divResult.message());
71
72
}
72
73
}
74
+
75
+
function execCommand(handleruntime, handlecommand) returnshandle|error= @java:Method {
0 commit comments