Liking cljdoc? Tell your friends :D

rt.basic.type-twostep


invoke-ptr-twostepclj

(invoke-ptr-twostep {:keys [process lang layout] :as rt :or {layout :full}}
                    ptr
                    args)

gets the oneshow invoke working

gets the oneshow invoke working
raw docstring

raw-eval-twostepclj

(raw-eval-twostep {:keys [exec process] :as rt} body)

evaluates a raw statement with twostep

evaluates a raw statement with twostep
raw docstring

rt-twostepclj

(rt-twostep {:keys [id lang runtime program process] :as m})

creates a twostep runtime

creates a twostep runtime
raw docstring

rt-twostep-setupclj

(rt-twostep-setup lang program process exec)
(rt-twostep-setup lang program process exec context)

helper function for preparing twostep params

helper function for preparing twostep params
raw docstring

rt-twostep:createclj

(rt-twostep:create
  {:keys [id lang runtime exec program process] :as m :or {runtime :twostep}})

creates a twostep runtime

creates a twostep runtime
raw docstring

sh-execclj

(sh-exec input-args
         input-body
         {:keys [pipe trim stderr raw root extension]
          :as opts
          :or {trim str/trim-newlines}})

basic function for executing a shell process

basic function for executing a shell process
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close