This website requires JavaScript.
Explore
Help
Register
Sign In
knative
/
func
mirror of
https://github.com/knative/func.git
Watch
1
Star
0
Fork
You've already forked func
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2a273c98ee
func
/
test
/
oncluster
/
testdata
/
simplefunc
/
index.js
5 lines
87 B
JavaScript
Raw
Blame
History
function
invoke
(
context
)
{
return
{
body
:
'simple func'
}
}
module
.
exports
=
invoke
;
Reference in New Issue
View Git Blame
Copy Permalink