Skip to content

Commit

Permalink
Simplifying
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 2, 2024
1 parent 2fb92d9 commit 907d12b
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* Loads the specified [file] and returns to caller as [content].
* Saves the specified [content] to the specified [file].
*/
.arguments
file
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* Returns all specified HTTP headers to caller.
* Returns the HTTP request's originating IP address.
*/
.arguments
.icon:http
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

/*
* Invokes the specified [slot].
* Executes the specified [slot].
*
* Will pass in all [arguments] to the specified [slot] and return whatever the
* slot returns.
* Will pass in all [arguments] and return whatever the slot returns.
*/
.arguments
slot
Expand All @@ -21,8 +20,6 @@ set-value:x:./*/execute
get-value:x:@.arguments/*/slot
add:x:./*/execute
get-nodes:x:@.arguments/*/args/*
lambda2hyper:x:../*
log.info:x:-

// Invokes slot.
execute
Expand Down
3 changes: 0 additions & 3 deletions backend/files/misc/workflows/snippets/get-cache.hl

This file was deleted.

18 changes: 0 additions & 18 deletions backend/files/misc/workflows/snippets/join.hl

This file was deleted.

3 changes: 0 additions & 3 deletions backend/files/misc/workflows/snippets/semaphore.hl

This file was deleted.

4 changes: 0 additions & 4 deletions backend/files/misc/workflows/snippets/set-cache.hl

This file was deleted.

0 comments on commit 907d12b

Please sign in to comment.